Fix an obscure bug in fstatat on Windows 9X.
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Mar 2014 17:26:45 +0000 (19:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Mar 2014 17:26:45 +0000 (19:26 +0200)
commit31a9bb147df432c8b093867079cba60cb2daace4
treeb59a4d0d79f9c9c48aedc553b43c526b62f51402
parent86675f7ed5ef80ddcc8fcaa3b6a6905bbb9ad126
Fix an obscure bug in fstatat on Windows 9X.

 src/w32.c (fstatat): Don't add an extra slash if the argument ends
 with a slash: this fails the subsequent call to stat_worker on
 Windows 9X.  Reported by oslsachem <oslsachem@gmail.com>.
src/ChangeLog
src/w32.c